home *** CD-ROM | disk | FTP | other *** search
/ Amiga Plus 2002 #11 / Amiga Plus CD - 2002 - No. 11.iso / Games / lgeneral-1.1 / scenarios / pg / ElAlamein < prev    next >
Text File  |  2002-07-23  |  15KB  |  814 lines

  1. name = "EL ALAMEIN"
  2. desc = "May 26, 1942: Axis attempts to crush the Allied forces in North Africa."
  3. authors = "Strategic Simulation Inc."
  4.  
  5. date = 26.05.1942
  6. turns = 26
  7. turns_per_day = 0
  8. days_per_turn = 5
  9.  
  10. nation_db = pg.ndb
  11. unit_db { main = pg.udb }
  12.  
  13. map = pg/map09
  14. weather = (
  15.   fair fair fair fair fair 
  16.   fair fair fair fair fair 
  17.   fair fair fair fair fair 
  18.   fair fair fair fair fair 
  19.   fair fair fair fair fair 
  20.   fair 
  21. )
  22. flags {
  23.   flag { x = 14 y = 15 nation = ger obj = 0 }
  24.   flag { x = 16 y = 15 nation = ger obj = 0 }
  25.   flag { x = 17 y = 15 nation = ger obj = 1 }
  26.   flag { x = 21 y = 16 nation = ger obj = 0 }
  27.   flag { x = 24 y = 19 nation = eng obj = 0 }
  28.   flag { x = 18 y = 20 nation = ger obj = 1 }
  29.   flag { x = 23 y = 20 nation = eng obj = 0 }
  30.   flag { x = 26 y = 20 nation = eng obj = 1 }
  31.   flag { x = 27 y = 20 nation = eng obj = 1 }
  32.   flag { x = 7 y = 21 nation = ger obj = 1 }
  33.   flag { x = 8 y = 21 nation = ger obj = 0 }
  34.   flag { x = 31 y = 22 nation = eng obj = 0 }
  35.   flag { x = 38 y = 23 nation = eng obj = 0 }
  36.   flag { x = 39 y = 23 nation = eng obj = 0 }
  37.   flag { x = 25 y = 24 nation = eng obj = 1 }
  38.   flag { x = 33 y = 24 nation = eng obj = 1 }
  39.   flag { x = 10 y = 25 nation = ger obj = 0 }
  40.   flag { x = 34 y = 25 nation = eng obj = 0 }
  41.   flag { x = 44 y = 25 nation = eng obj = 1 }
  42.   flag { x = 59 y = 25 nation = eng obj = 1 }
  43.   flag { x = 61 y = 25 nation = eng obj = 0 }
  44.   flag { x = 52 y = 26 nation = eng obj = 1 }
  45.   flag { x = 57 y = 28 nation = eng obj = 0 }
  46.   flag { x = 1 y = 31 nation = ger obj = 0 }
  47.   flag { x = 2 y = 31 nation = ger obj = 1 }
  48.   flag { x = 6 y = 31 nation = ger obj = 0 }
  49.   flag { x = 2 y = 32 nation = it obj = 1 }
  50.   flag { x = 65 y = 34 nation = eng obj = 1 }
  51.   flag { x = 64 y = 35 nation = eng obj = 1 }
  52.   flag { x = 65 y = 35 nation = eng obj = 1 }
  53.   flag { x = 66 y = 35 nation = eng obj = 0 }
  54.   flag { x = 63 y = 36 nation = eng obj = 0 }
  55. }
  56.  
  57. players {
  58.   axis {
  59.     name = "Axis"
  60.     nations = ( ger aus it hun bul rum fin esp )
  61.     allied_players = ()
  62.     orientation = right
  63.     control = human
  64.     strategy = 1
  65.     ai_module = default.so
  66.     transporters {
  67.       air { unit = 28 count = 50 }
  68.       sea { unit = 298 count = 50 }
  69.     }
  70.   }
  71.   allies {
  72.     name = "Allies"
  73.     nations = ( bel lux den fra gre usa tur net nor pol por so swe swi eng yug )
  74.     allied_players = ()
  75.     orientation = left
  76.     control = cpu
  77.     strategy = -1
  78.     ai_module = default.so
  79.     transporters {
  80.       air { unit = 177 count = 50 }
  81.       sea { unit = 290 count = 50 }
  82.     }
  83.   }
  84. }
  85.  
  86. result {
  87.   check = every_turn
  88.   cond{
  89.     and { control_all_hexes{ player = axis } turns_left { count = 3 } }
  90.     result = major
  91.     message = "Axis Major Victory"
  92.   }
  93.   cond{
  94.     and { control_all_hexes{ player = axis } }
  95.     result = minor
  96.     message = "Axis Minor Victory"
  97.   }
  98.   else {
  99.     result = defeat
  100.     message = "Axis Defeat"
  101.   }
  102. }
  103.  
  104. units {
  105.   unit {
  106.     id = 45 nation = ger
  107.     x = 20 y = 24
  108.     str = 10 entr = 0 exp = 2
  109.     trsp = none
  110.   }
  111.   unit {
  112.     id = 45 nation = ger
  113.     x = 22 y = 18
  114.     str = 12 entr = 0 exp = 2
  115.     trsp = none
  116.   }
  117.   unit {
  118.     id = 21 nation = ger
  119.     x = 10 y = 25
  120.     str = 10 entr = 0 exp = 2
  121.     trsp = none
  122.   }
  123.   unit {
  124.     id = 45 nation = ger
  125.     x = 10 y = 24
  126.     str = 10 entr = 0 exp = 2
  127.     trsp = none
  128.   }
  129.   unit {
  130.     id = 48 nation = ger
  131.     x = 20 y = 23
  132.     str = 10 entr = 0 exp = 2
  133.     trsp = none
  134.   }
  135.   unit {
  136.     id = 45 nation = ger
  137.     x = 8 y = 22
  138.     str = 10 entr = 0 exp = 1
  139.     trsp = none
  140.   }
  141.   unit {
  142.     id = 42 nation = ger
  143.     x = 21 y = 21
  144.     str = 10 entr = 0 exp = 2
  145.     trsp = none
  146.   }
  147.   unit {
  148.     id = 44 nation = ger
  149.     x = 21 y = 22
  150.     str = 10 entr = 0 exp = 2
  151.     trsp = none
  152.   }
  153.   unit {
  154.     id = 45 nation = ger
  155.     x = 21 y = 19
  156.     str = 12 entr = 0 exp = 2
  157.     trsp = none
  158.   }
  159.   unit {
  160.     id = 21 nation = ger
  161.     x = 20 y = 17
  162.     str = 10 entr = 0 exp = 2
  163.     trsp = none
  164.   }
  165.   unit {
  166.     id = 21 nation = ger
  167.     x = 21 y = 16
  168.     str = 10 entr = 0 exp = 2
  169.     trsp = none
  170.   }
  171.   unit {
  172.     id = 76 nation = ger
  173.     x = 9 y = 24
  174.     str = 10 entr = 3 exp = 1
  175.     trsp = none
  176.   }
  177.   unit {
  178.     id = 71 nation = ger
  179.     x = 20 y = 22
  180.     str = 10 entr = 0 exp = 2
  181.     trsp = none
  182.   }
  183.   unit {
  184.     id = 72 nation = ger
  185.     x = 9 y = 25
  186.     str = 10 entr = 0 exp = 2
  187.     trsp = none
  188.   }
  189.   unit {
  190.     id = 94 nation = ger
  191.     x = 7 y = 21
  192.     str = 10 entr = 3 exp = 1
  193.     trsp = 86
  194.   }
  195.   unit {
  196.     id = 4 nation = ger
  197.     x = 10 y = 26
  198.     str = 10 entr = 0 exp = 2
  199.     trsp = none
  200.   }
  201.   unit {
  202.     id = 72 nation = ger
  203.     x = 20 y = 20
  204.     str = 10 entr = 0 exp = 1
  205.     trsp = none
  206.   }
  207.   unit {
  208.     id = 4 nation = ger
  209.     x = 22 y = 16
  210.     str = 10 entr = 0 exp = 2
  211.     trsp = none
  212.   }
  213.   unit {
  214.     id = 25 nation = ger
  215.     x = 21 y = 15
  216.     str = 10 entr = 0 exp = 2
  217.     trsp = none
  218.   }
  219.   unit {
  220.     id = 15 nation = ger
  221.     x = 8 y = 20
  222.     str = 10 entr = 0 exp = 2
  223.     trsp = none
  224.   }
  225.   unit {
  226.     id = 104 nation = ger
  227.     x = 21 y = 18
  228.     str = 10 entr = 0 exp = 2
  229.     trsp = 87
  230.   }
  231.   unit {
  232.     id = 104 nation = ger
  233.     x = 22 y = 17
  234.     str = 10 entr = 0 exp = 1
  235.     trsp = 87
  236.   }
  237.   unit {
  238.     id = 47 nation = ger
  239.     x = 21 y = 20
  240.     str = 10 entr = 0 exp = 1
  241.     trsp = 86
  242.   }
  243.   unit {
  244.     id = 104 nation = ger
  245.     x = 21 y = 23
  246.     str = 10 entr = 0 exp = 2
  247.     trsp = 87
  248.   }
  249.   unit {
  250.     id = 106 nation = ger
  251.     x = 18 y = 20
  252.     str = 10 entr = 0 exp = 2
  253.     trsp = 87
  254.   }
  255.   unit {
  256.     id = 0 nation = ger
  257.     x = 20 y = 16
  258.     str = 10 entr = 0 exp = 2
  259.     trsp = none
  260.   }
  261.   unit {
  262.     id = 0 nation = ger
  263.     x = 8 y = 21
  264.     str = 10 entr = 0 exp = 2
  265.     trsp = none
  266.   }
  267.   unit {
  268.     id = 76 nation = ger
  269.     x = 20 y = 18
  270.     str = 10 entr = 0 exp = 1
  271.     trsp = none
  272.   }
  273.   unit {
  274.     id = 100 nation = ger
  275.     x = 20 y = 19
  276.     str = 10 entr = 0 exp = 2
  277.     trsp = 85
  278.   }
  279.   unit {
  280.     id = 99 nation = ger
  281.     x = 20 y = 21
  282.     str = 10 entr = 0 exp = 2
  283.     trsp = 85
  284.   }
  285.   unit {
  286.     id = 58 nation = ger
  287.     x = 21 y = 17
  288.     str = 10 entr = 0 exp = 2
  289.     trsp = none
  290.   }
  291.   unit {
  292.     id = 71 nation = ger
  293.     x = 7 y = 20
  294.     str = 10 entr = 0 exp = 2
  295.     trsp = none
  296.   }
  297.   unit {
  298.     id = 297 nation = it
  299.     x = 27 y = 11
  300.     str = 10 entr = 0 exp = 1
  301.     trsp = none
  302.   }
  303.   unit {
  304.     id = 299 nation = it
  305.     x = 22 y = 10
  306.     str = 10 entr = 0 exp = 0
  307.     trsp = none
  308.   }
  309.   unit {
  310.     id = 299 nation = it
  311.     x = 21 y = 11
  312.     str = 10 entr = 0 exp = 0
  313.     trsp = none
  314.   }
  315.   unit {
  316.     id = 299 nation = it
  317.     x = 25 y = 13
  318.     str = 10 entr = 0 exp = 0
  319.     trsp = none
  320.   }
  321.   unit {
  322.     id = 299 nation = it
  323.     x = 26 y = 12
  324.     str = 10 entr = 0 exp = 0
  325.     trsp = none
  326.   }
  327.   unit {
  328.     id = 292 nation = it
  329.     x = 23 y = 11
  330.     str = 10 entr = 0 exp = 1
  331.     trsp = none
  332.   }
  333.   unit {
  334.     id = 293 nation = it
  335.     x = 22 y = 11
  336.     str = 10 entr = 0 exp = 1
  337.     trsp = none
  338.   }
  339.   unit {
  340.     id = 296 nation = it
  341.     x = 24 y = 11
  342.     str = 10 entr = 0 exp = 1
  343.     trsp = none
  344.   }
  345.   unit {
  346.     id = 295 nation = it
  347.     x = 23 y = 12
  348.     str = 10 entr = 0 exp = 0
  349.     trsp = none
  350.   }
  351.   unit {
  352.     id = 297 nation = it
  353.     x = 24 y = 14
  354.     str = 10 entr = 0 exp = 0
  355.     trsp = none
  356.   }
  357.   unit {
  358.     id = 327 nation = it
  359.     x = 18 y = 15
  360.     str = 10 entr = 0 exp = 0
  361.     trsp = 323
  362.   }
  363.   unit {
  364.     id = 325 nation = it
  365.     x = 18 y = 16
  366.     str = 10 entr = 0 exp = 0
  367.     trsp = 323
  368.   }
  369.   unit {
  370.     id = 324 nation = it
  371.     x = 19 y = 15
  372.     str = 10 entr = 0 exp = 0
  373.     trsp = 323
  374.   }
  375.   unit {
  376.     id = 318 nation = it
  377.     x = 18 y = 14
  378.     str = 10 entr = 0 exp = 0
  379.     trsp = none
  380.   }
  381.   unit {
  382.     id = 317 nation = it
  383.     x = 3 y = 31
  384.     str = 10 entr = 0 exp = 0
  385.     trsp = none
  386.   }
  387.   unit {
  388.     id = 310 nation = it
  389.     x = 2 y = 32
  390.     str = 10 entr = 3 exp = 2
  391.     trsp = none
  392.   }
  393.   unit {
  394.     id = 314 nation = it
  395.     x = 19 y = 14
  396.     str = 10 entr = 0 exp = 2
  397.     trsp = none
  398.   }
  399.   unit {
  400.     id = 294 nation = it
  401.     x = 20 y = 10
  402.     str = 10 entr = 0 exp = 1
  403.     trsp = none
  404.   }
  405.   unit {
  406.     id = 305 nation = it
  407.     x = 16 y = 15
  408.     str = 10 entr = 0 exp = 2
  409.     trsp = none
  410.   }
  411.   unit {
  412.     id = 303 nation = it
  413.     x = 17 y = 14
  414.     str = 10 entr = 0 exp = 2
  415.     trsp = none
  416.   }
  417.   unit {
  418.     id = 300 nation = it
  419.     x = 15 y = 14
  420.     str = 10 entr = 0 exp = 2
  421.     trsp = none
  422.   }
  423.   unit {
  424.     id = 307 nation = it
  425.     x = 16 y = 14
  426.     str = 10 entr = 0 exp = 2
  427.     trsp = none
  428.   }
  429.   unit {
  430.     id = 104 nation = ger
  431.     x = 6 y = 31
  432.     str = 10 entr = 0 exp = 1
  433.     trsp = 85
  434.   }
  435.   unit {
  436.     id = 104 nation = ger
  437.     x = 1 y = 31
  438.     str = 10 entr = 0 exp = 1
  439.     trsp = 85
  440.   }
  441.   unit {
  442.     id = 104 nation = ger
  443.     x = 2 y = 31
  444.     str = 10 entr = 0 exp = 1
  445.     trsp = 85
  446.   }
  447.   unit {
  448.     id = 213 nation = eng
  449.     x = 26 y = 20
  450.     str = 10 entr = 5 exp = 3
  451.     trsp = none
  452.   }
  453.   unit {
  454.     id = 213 nation = eng
  455.     x = 26 y = 21
  456.     str = 10 entr = 5 exp = 1
  457.     trsp = none
  458.   }
  459.   unit {
  460.     id = 213 nation = eng
  461.     x = 25 y = 24
  462.     str = 10 entr = 3 exp = 1
  463.     trsp = none
  464.   }
  465.   unit {
  466.     id = 213 nation = eng
  467.     x = 30 y = 22
  468.     str = 10 entr = 3 exp = 1
  469.     trsp = none
  470.   }
  471.   unit {
  472.     id = 213 nation = eng
  473.     x = 33 y = 24
  474.     str = 10 entr = 3 exp = 1
  475.     trsp = none
  476.   }
  477.   unit {
  478.     id = 213 nation = eng
  479.     x = 44 y = 25
  480.     str = 10 entr = 3 exp = 2
  481.     trsp = none
  482.   }
  483.   unit {
  484.     id = 213 nation = eng
  485.     x = 52 y = 26
  486.     str = 10 entr = 3 exp = 2
  487.     trsp = none
  488.   }
  489.   unit {
  490.     id = 213 nation = eng
  491.     x = 59 y = 25
  492.     str = 10 entr = 3 exp = 2
  493.     trsp = none
  494.   }
  495.   unit {
  496.     id = 213 nation = eng
  497.     x = 65 y = 34
  498.     str = 10 entr = 3 exp = 2
  499.     trsp = none
  500.   }
  501.   unit {
  502.     id = 213 nation = eng
  503.     x = 64 y = 35
  504.     str = 10 entr = 3 exp = 2
  505.     trsp = none
  506.   }
  507.   unit {
  508.     id = 215 nation = eng
  509.     x = 65 y = 35
  510.     str = 10 entr = 3 exp = 2
  511.     trsp = none
  512.   }
  513.   unit {
  514.     id = 213 nation = eng
  515.     x = 38 y = 23
  516.     str = 10 entr = 3 exp = 1
  517.     trsp = none
  518.   }
  519.   unit {
  520.     id = 212 nation = eng
  521.     x = 23 y = 20
  522.     str = 10 entr = 3 exp = 1
  523.     trsp = none
  524.   }
  525.   unit {
  526.     id = 212 nation = eng
  527.     x = 24 y = 19
  528.     str = 10 entr = 3 exp = 1
  529.     trsp = none
  530.   }
  531.   unit {
  532.     id = 212 nation = eng
  533.     x = 25 y = 22
  534.     str = 10 entr = 3 exp = 1
  535.     trsp = none
  536.   }
  537.   unit {
  538.     id = 212 nation = eng
  539.     x = 23 y = 19
  540.     str = 10 entr = 3 exp = 1
  541.     trsp = none
  542.   }
  543.   unit {
  544.     id = 212 nation = eng
  545.     x = 31 y = 24
  546.     str = 10 entr = 3 exp = 1
  547.     trsp = none
  548.   }
  549.   unit {
  550.     id = 221 nation = eng
  551.     x = 25 y = 20
  552.     str = 10 entr = 0 exp = 1
  553.     trsp = 211
  554.   }
  555.   unit {
  556.     id = 221 nation = eng
  557.     x = 25 y = 19
  558.     str = 10 entr = 5 exp = 1
  559.     trsp = 211
  560.   }
  561.   unit {
  562.     id = 221 nation = eng
  563.     x = 27 y = 20
  564.     str = 10 entr = 5 exp = 1
  565.     trsp = 211
  566.   }
  567.   unit {
  568.     id = 224 nation = eng
  569.     x = 26 y = 19
  570.     str = 10 entr = 3 exp = 1
  571.     trsp = none
  572.   }
  573.   unit {
  574.     id = 224 nation = eng
  575.     x = 28 y = 21
  576.     str = 10 entr = 5 exp = 1
  577.     trsp = none
  578.   }
  579.   unit {
  580.     id = 181 nation = eng
  581.     x = 33 y = 25
  582.     str = 10 entr = 2 exp = 1
  583.     trsp = none
  584.   }
  585.   unit {
  586.     id = 191 nation = eng
  587.     x = 27 y = 24
  588.     str = 10 entr = 2 exp = 1
  589.     trsp = none
  590.   }
  591.   unit {
  592.     id = 188 nation = eng
  593.     x = 24 y = 23
  594.     str = 10 entr = 2 exp = 1
  595.     trsp = none
  596.   }
  597.   unit {
  598.     id = 217 nation = eng
  599.     x = 34 y = 25
  600.     str = 10 entr = 3 exp = 1
  601.     trsp = 211
  602.   }
  603.   unit {
  604.     id = 225 nation = eng
  605.     x = 24 y = 20
  606.     str = 10 entr = 0 exp = 1
  607.     trsp = none
  608.   }
  609.   unit {
  610.     id = 212 nation = eng
  611.     x = 27 y = 21
  612.     str = 10 entr = 5 exp = 1
  613.     trsp = none
  614.   }
  615.   unit {
  616.     id = 212 nation = eng
  617.     x = 26 y = 24
  618.     str = 10 entr = 3 exp = 1
  619.     trsp = none
  620.   }
  621.   unit {
  622.     id = 212 nation = eng
  623.     x = 32 y = 25
  624.     str = 10 entr = 3 exp = 1
  625.     trsp = none
  626.   }
  627.   unit {
  628.     id = 217 nation = eng
  629.     x = 28 y = 22
  630.     str = 10 entr = 3 exp = 1
  631.     trsp = 211
  632.   }
  633.   unit {
  634.     id = 221 nation = eng
  635.     x = 32 y = 24
  636.     str = 10 entr = 3 exp = 1
  637.     trsp = 211
  638.   }
  639.   unit {
  640.     id = 224 nation = eng
  641.     x = 32 y = 23
  642.     str = 10 entr = 3 exp = 1
  643.     trsp = none
  644.   }
  645.   unit {
  646.     id = 188 nation = eng
  647.     x = 62 y = 33
  648.     str = 10 entr = 2 exp = 2
  649.     trsp = none
  650.   }
  651.   unit {
  652.     id = 188 nation = eng
  653.     x = 63 y = 34
  654.     str = 10 entr = 2 exp = 2
  655.     trsp = none
  656.   }
  657.   unit {
  658.     id = 179 nation = eng
  659.     x = 63 y = 33
  660.     str = 10 entr = 2 exp = 2
  661.     trsp = none
  662.   }
  663.   unit {
  664.     id = 167 nation = eng
  665.     x = 63 y = 36
  666.     str = 10 entr = 0 exp = 1
  667.     trsp = none
  668.   }
  669.   unit {
  670.     id = 173 nation = eng
  671.     x = 57 y = 28
  672.     str = 10 entr = 0 exp = 1
  673.     trsp = none
  674.   }
  675.   unit {
  676.     id = 175 nation = eng
  677.     x = 62 y = 37
  678.     str = 10 entr = 0 exp = 1
  679.     trsp = none
  680.   }
  681.   unit {
  682.     id = 172 nation = eng
  683.     x = 32 y = 22
  684.     str = 10 entr = 0 exp = 1
  685.     trsp = none
  686.   }
  687.   unit {
  688.     id = 163 nation = eng
  689.     x = 31 y = 22
  690.     str = 10 entr = 0 exp = 2
  691.     trsp = none
  692.   }
  693.   unit {
  694.     id = 163 nation = eng
  695.     x = 64 y = 36
  696.     str = 10 entr = 0 exp = 2
  697.     trsp = none
  698.   }
  699.   unit {
  700.     id = 163 nation = eng
  701.     x = 56 y = 29
  702.     str = 10 entr = 0 exp = 2
  703.     trsp = none
  704.   }
  705.   unit {
  706.     id = 173 nation = eng
  707.     x = 57 y = 27
  708.     str = 10 entr = 0 exp = 2
  709.     trsp = none
  710.   }
  711.   unit {
  712.     id = 173 nation = eng
  713.     x = 62 y = 36
  714.     str = 10 entr = 0 exp = 2
  715.     trsp = none
  716.   }
  717.   unit {
  718.     id = 172 nation = eng
  719.     x = 61 y = 36
  720.     str = 10 entr = 0 exp = 2
  721.     trsp = none
  722.   }
  723.   unit {
  724.     id = 288 nation = eng
  725.     x = 27 y = 18
  726.     str = 10 entr = 0 exp = 1
  727.     trsp = none
  728.   }
  729.   unit {
  730.     id = 289 nation = eng
  731.     x = 31 y = 13
  732.     str = 10 entr = 0 exp = 2
  733.     trsp = none
  734.   }
  735.   unit {
  736.     id = 283 nation = eng
  737.     x = 32 y = 15
  738.     str = 10 entr = 0 exp = 2
  739.     trsp = none
  740.   }
  741.   unit {
  742.     id = 289 nation = eng
  743.     x = 30 y = 16
  744.     str = 10 entr = 0 exp = 2
  745.     trsp = none
  746.   }
  747.   unit {
  748.     id = 284 nation = eng
  749.     x = 31 y = 17
  750.     str = 10 entr = 0 exp = 2
  751.     trsp = none
  752.   }
  753.   unit {
  754.     id = 286 nation = eng
  755.     x = 28 y = 19
  756.     str = 10 entr = 0 exp = 2
  757.     trsp = none
  758.   }
  759.   unit {
  760.     id = 287 nation = eng
  761.     x = 28 y = 18
  762.     str = 10 entr = 0 exp = 2
  763.     trsp = none
  764.   }
  765.   unit {
  766.     id = 165 nation = eng
  767.     x = 31 y = 21
  768.     str = 10 entr = 0 exp = 1
  769.     trsp = none
  770.   }
  771.   unit {
  772.     id = 173 nation = eng
  773.     x = 30 y = 23
  774.     str = 10 entr = 0 exp = 2
  775.     trsp = none
  776.   }
  777.   unit {
  778.     id = 212 nation = eng
  779.     x = 23 y = 21
  780.     str = 10 entr = 3 exp = 1
  781.     trsp = none
  782.   }
  783.   unit {
  784.     id = 188 nation = eng
  785.     x = 26 y = 23
  786.     str = 10 entr = 2 exp = 1
  787.     trsp = none
  788.   }
  789.   unit {
  790.     id = 181 nation = eng
  791.     x = 28 y = 25
  792.     str = 10 entr = 2 exp = 1
  793.     trsp = none
  794.   }
  795.   unit {
  796.     id = 183 nation = eng
  797.     x = 25 y = 23
  798.     str = 10 entr = 2 exp = 1
  799.     trsp = none
  800.   }
  801.   unit {
  802.     id = 179 nation = eng
  803.     x = 26 y = 22
  804.     str = 10 entr = 2 exp = 1
  805.     trsp = none
  806.   }
  807.   unit {
  808.     id = 179 nation = eng
  809.     x = 23 y = 22
  810.     str = 10 entr = 2 exp = 1
  811.     trsp = none
  812.   }
  813. }
  814.